home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-2 / Inter.Net 55-2.iso / Mandrake / mdkinst / usr / bin / perl-install / themes-blue.rc < prev    next >
Encoding:
Text File  |  2000-01-12  |  1.4 KB  |  63 lines

  1. style "any"
  2. {
  3.   base[NORMAL]      = { 0, 0, 0.67 }
  4.   bg[NORMAL]      = { 0, 0, 0.67 }
  5.   bg[INSENSITIVE] = { 0, 0, 0.67 }
  6.   base[INSENSITIVE]={ 0, 0, 0.67 }
  7.   bg[ACTIVE]      = { 0, 0.67, 1.0 }
  8.   bg[PRELIGHT]    = { 0, 0, 1.0 }
  9.   
  10.   text[NORMAL]      = { 1.0, 1.0, 1.0 }
  11.   fg[NORMAL]        = { 1.0, 1.0, 1.0 }
  12.   fg[INSENSITIVE] = { 1.0, 1.0, 1.0 }
  13.   text[INSENSITIVE]={ 1.0, 1.0, 1.0 }
  14.   fg[ACTIVE]        = { 1.0, 1.0, 1.0 }
  15.   fg[PRELIGHT]    = { 1.0, 1.0, 1.0 }
  16.  
  17.   bg[SELECTED] = { 1.0, 1.0, 1.0 }
  18.   fg[SELECTED] = { 0, 0, 1.0 }
  19. }
  20.  
  21. style "entry"
  22. {
  23.   base[NORMAL] = { 0, 1.0, 1.0 }
  24.   base[ACTIVE] = { 0, 1.0, 1.0 }
  25.   fg[NORMAL]   = { 0.67, 0, 0.67 }
  26. }
  27.  
  28. style "notebook"
  29. {
  30.   bg[NORMAL]      = { 0, 0, 1.0 }
  31.   bg[ACTIVE]      = { 0, 0, 0.67 }
  32.   fg[NORMAL]      = { 1.0, 1.0, 1.0 }
  33. }
  34.  
  35. style "button" = "any"
  36. {
  37.   bg[NORMAL] = { 0, 0, 1.0 }
  38.   fg[NORMAL] = { 1.0, 1.0, 1.0 }
  39.   bg[PRELIGHT] = { 0, 0, 1.0 }
  40.   fg[PRELIGHT] = { 0, 1.0, 1.0 }
  41. }
  42.  
  43. style "background"
  44. {
  45.   bg[NORMAL] = { 0, 0, 0.67 }
  46.   bg[PRELIGHT] = { 0, 0, 0.67 }
  47. }
  48.  
  49. style "steps"
  50. {
  51.   bg[NORMAL] = { 0, 0, 0 }
  52.   fg[NORMAL] = { 1.0, 1.0, 1.0 }
  53. }
  54.  
  55. widget_class "*" style "any"
  56. widget_class "*GtkSpin*" style "entry"
  57. widget_class "*GtkEntry*" style "entry"
  58. widget_class "*Gtk*List*" style "entry"
  59. widget_class "*GtkNotebook*" style "notebook"
  60. widget "*GtkButton*" style "button"
  61. widget "*background*" style "background"
  62. widget "*Steps*" style "steps"
  63.